home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef SPAboutH
- #define SPAboutH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TAboutBox : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *GroupBox1;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TLabel *Label4;
- TBitBtn *BitBtn1;
- TImage *Image1;
-
- private: // User declarations
- public: // User declarations
- virtual __fastcall TAboutBox(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TAboutBox *AboutBox;
- //---------------------------------------------------------------------------
- #endif
-